| Home | Trees | Index | Help |
|
|---|
| Package lemon :: Package external :: Package Cheetah :: Package Tests :: Module SyntaxAndOutput :: Class OutputTest |
|
TestCase --+
|
OutputTest
AssertDirective,
AttrDirective,
Backslashes,
BlockDirective,
BreakDirective,
BreakpointDirective,
CacheDirective,
CGI,
Comments_MultiLine,
Comments_SingleLine,
CompilerDirective,
CompilerSettingsDirective,
ContinueDirective,
DefDirective,
EchoDirective,
EmptyTemplate,
ErrorCatcherDirective,
ExtendsDirective,
FilterDirective,
ForDirective,
GetVar,
IfDirective,
ImportantExampleCases,
ImportDirective,
IncludeDirective,
Indenter,
MiscComplexSyntax,
NameMapper,
NameMapperDict,
NonTokens,
OutputTest_MacEOL,
OutputTest_Win32EOL,
PassDirective,
Placeholders,
Placeholders_Calls,
Placeholders_Esc,
Placeholders_Vals,
PSP,
RaiseDirective,
RawDirective,
RepeatDirective,
ReturnDirective,
SetDirective,
SilentDirective,
SlurpDirective,
StopDirective,
TryDirective,
UnlessDirective,
VarExists,
WhileDirective| Method Summary | |
|---|---|
genClassCode(self)
| |
genModuleCode(self)
| |
searchList(self)
| |
settings(self)
| |
verify(self,
input,
output)
| |
_gen(self,
input)
| |
_verify(self,
expectedOutput,
notes)
| |
| Inherited from TestCase | |
Create an instance of the class that will use the named test method when executed. | |
| |
| |
| |
Fail the test unless the expression is true. | |
Fail if the two objects are unequal as determined by the '!=' operator. | |
Fail if the two objects are unequal as determined by the '!=' operator. | |
Fail if the two objects are equal as determined by the '==' operator. | |
Fail if the two objects are equal as determined by the '==' operator. | |
Fail unless an exception of class excClass is thrown by callableObj when invoked with arguments args and keyword arguments kwargs. | |
| |
Run the test without collecting errors in a TestResult... | |
| |
Returns a one-line description of the test, or None if no description has been provided. | |
| |
Fail immediately, with the given message. | |
Fail the test if the expression is true. | |
Fail if the two objects are equal as determined by the '==' operator. | |
Fail the test unless the expression is true. | |
Fail if the two objects are unequal as determined by the '!=' operator. | |
Fail unless an exception of class excClass is thrown by callableObj when invoked with arguments args and keyword arguments kwargs. | |
| |
| |
| |
| |
| |
Hook method for setting up the test fixture before exercising it. | |
Returns a one-line description of the test, or None if no description has been provided. | |
Hook method for deconstructing the test fixture after testing it. | |
Setup the default meta data for the test case:... | |
| |
| Class Variable Summary | |
|---|---|
bool |
convertEOLs = True
|
int |
DEBUGLEV = 0 |
str |
report = '\nTemplate output mismatch: %(notes)s \n\n ...
|
list |
_searchList = [{'strip1': ' \t strippable whitespace ...
|
dict |
_templateSettings = {}
|
| Inherited from TestCase | |
NoneType |
name = None |
| Class Variable Details |
|---|
convertEOLs
|
DEBUGLEV
|
report
|
_templateSettings
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.0 on Mon Nov 10 15:07:47 2003 | http://epydoc.sf.net |